From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:47:54 +0000 (+0000) Subject: (Ffind_operation_coding_system): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17843 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=099aba80214d402cc0bcd94ac2ff35cfd9ed9c8f;p=emacs.git (Ffind_operation_coding_system): Doc fix. Reported by Johan Bockgård. --- diff --git a/src/coding.c b/src/coding.c index 122bb50f972..ad9536ec8c6 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7474,7 +7474,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a function to call for FILENAME, that function should examine the contents of BUFFER instead of reading the file. -usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) +usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) (nargs, args) int nargs; Lisp_Object *args;